public enum Print80StatusCmd extends java.lang.Enum<Print80StatusCmd>
Enum Constant and Description |
---|
cmd_Connect_status
有无连线
Print completion query(custom)
|
cmd_Exhausted_paper
纸用尽
|
cmd_IsPrinting
是否正在打印(传送打印内容)
Whether it is printing (custom)
|
cmd_Opencover
开盖
|
cmd_other_error
其他错误
|
cmd_outpaper
缺纸
|
Modifier and Type | Method and Description |
---|---|
static Print80StatusCmd |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Print80StatusCmd[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Print80StatusCmd cmd_Connect_status
public static final Print80StatusCmd cmd_Opencover
public static final Print80StatusCmd cmd_Exhausted_paper
public static final Print80StatusCmd cmd_other_error
public static final Print80StatusCmd cmd_outpaper
public static final Print80StatusCmd cmd_IsPrinting
public static Print80StatusCmd[] values()
for (Print80StatusCmd c : Print80StatusCmd.values()) System.out.println(c);
public static Print80StatusCmd valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null